[INFO] fetching crate local-runtime 0.2.1...
[INFO] testing local-runtime-0.2.1 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate local-runtime 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate local-runtime 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate local-runtime 0.2.1
[INFO] tweaked toml for crates.io crate local-runtime 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate local-runtime 0.2.1 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate local-runtime 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c
[INFO] running `Command { std: "docker" "start" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling local-runtime v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
[INFO] running `Command { std: "docker" "inspect" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling local-runtime v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stdout]     |                       ----^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set` is never used
[INFO] [stdout]   --> src/test.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl MockWaker {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 19 |     pub fn set(&self, b: bool) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.10s
[INFO] running `Command { std: "docker" "inspect" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:150:23
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub fn block_on<T, F>(mut fut: F) -> T
[INFO] [stderr]     |                       ----^^^
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:518:21
[INFO] [stderr]     |
[INFO] [stderr] 518 |     pub fn incoming(&self) -> IncomingTcp {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 518 |     pub fn incoming(&self) -> IncomingTcp<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `local-runtime` (lib) generated 2 warnings (run `cargo fix --lib -p local-runtime` to apply 2 suggestions)
[INFO] [stderr] warning: method `set` is never used
[INFO] [stderr]   --> src/test.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl MockWaker {
[INFO] [stderr]    | -------------- method in this implementation
[INFO] [stderr] 19 |     pub fn set(&self, b: bool) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `local-runtime` (lib test) generated 3 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/local_runtime-fe4dc500f0e7aabd)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test io::tests::deregister_on_drop ... ok
[INFO] [stdout] test io::tests::deregister_into_inner ... ok
[INFO] [stdout] test io::tests::writable_readable ... ok
[INFO] [stdout] test concurrency::tests::flag_waker_multiple_wakers ... ok
[INFO] [stdout] test io::tests::tcp ... ok
[INFO] [stdout] test reactor::tests::disable_event_after_poll ... ok
[INFO] [stdout] test reactor::tests::empty_wait ... ok
[INFO] [stdout] test reactor::tests::io_registration ... ok
[INFO] [stdout] test reactor::tests::multiple_wakes ... ok
[INFO] [stdout] test reactor::tests::poller_error ... ok
[INFO] [stdout] test reactor::tests::poll_no_output ... ok
[INFO] [stdout] test reactor::tests::modify_registration ... ok
[INFO] [stdout] test reactor::tests::repeat_registers ... ok
[INFO] [stdout] test reactor::tests::register_error ... ok
[INFO] [stdout] test tests::spawn_and_poll ... ok
[INFO] [stdout] test tests::task_waker ... ok
[INFO] [stdout] test tests::cancel ... ok
[INFO] [stdout] test time::tests::cancel ... ok
[INFO] [stdout] test reactor::tests::flag_notifier ... ok
[INFO] [stdout] test time::tests::timeouts ... ok
[INFO] [stdout] test time::tests::timer_expired ... ok
[INFO] [stdout] test tests::wake_queue ... ok
[INFO] [stdout] test reactor::unix::tests::pipe_notification ... ok
[INFO] [stdout] test reactor::unix::tests::clear_notifier_and_timerfd ... ok
[INFO] [stdout] test reactor::unix::tests::timerfd_timeout ... ok
[INFO] [stdout] test time::tests::periodic ... ok
[INFO] [stdout] test reactor::unix::tests::poll_timeout ... ok
[INFO] [stdout] test time::tests::modify ... ok
[INFO] [stdout] test time::tests::timer ... ok
[INFO] [stdout] test reactor::unix::tests::eventfd_notification ... ok
[INFO] [stdout] test reactor::tests::check_ready_unfound - should panic ... ok
[INFO] [stdout] test reactor::tests::enable_unfound - should panic ... ok
[INFO] [stdout] test reactor::tests::deregister_unfound - should panic ... ok
[INFO] [stdout] test time::tests::next_timeout ... ok
[INFO] [stdout] test tests::switch_waker ... ok
[INFO] [stdout] test tests::switch_waker_join ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/executor.rs (/opt/rustwide/target/debug/deps/executor-c71fcd82b6db605f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test spawn_dropped ... ok
[INFO] [stdout] test spawn_one ... ok
[INFO] [stdout] test client_server ... ok
[INFO] [stdout] test cancelled ... ok
[INFO] [stdout] test sub_executor_one ... ok
[INFO] [stdout] test spawn_periodic ... ok
[INFO] [stdout] test sub_executor_periodic ... ok
[INFO] [stdout] test spawn_recursive ... ok
[INFO] [stdout] test notify_from_other_thread ... ok
[INFO] [stdout] test spawn_parallel ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-13b468d46d756087)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test scoping ... ok
[INFO] [stdout] test single_entry ... ok
[INFO] [stdout] test merge_futures ... ok
[INFO] [stdout] test merge_same_time ... ok
[INFO] [stdout] test merge_timers ... ok
[INFO] [stdout] test join ... ok
[INFO] [stdout] test merge_periodic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tcp.rs (/opt/rustwide/target/debug/deps/tcp-14ccbbff1589dca5)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test echo_with_channel ... ok
[INFO] [stdout] test single_thread_echo ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/timer.rs (/opt/rustwide/target/debug/deps/timer-61daaa00584999ea)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test microsecond_timer ... ok
[INFO] [stdout] test timer_test ... ok
[INFO] [stdout] test timeout_test ... ok
[INFO] [stdout] test periodic_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/udp.rs (/opt/rustwide/target/debug/deps/udp-d39a7c5733d2764a)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test connected ... ok
[INFO] [stdout] test loopback ... ok
[INFO] [stdout] test unconnected ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests local_runtime
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send (line 754) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::bind (line 458) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::accept (line 484) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpListener>::incoming (line 504) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::recv_from (line 643) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<TcpStream>::connect (line 543) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::recv (line 714) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::send_to (line 676) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async (line 111) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<T>::poll_write_with (line 305) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 460) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn (line 382) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<UdpSocket>::bind (line 619) - compile ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::spawn_rc (line 429) - compile fail ... ok
[INFO] [stdout] test src/time.rs - time::Periodic (line 194) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Async<T>::poll_read_with (line 251) - compile ... ok
[INFO] [stdout] test src/time.rs - time::timeout (line 300) - compile ... ok
[INFO] [stdout] test src/time.rs - time::Timer (line 111) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 43) - compile ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::join (line 127) ... ok
[INFO] [stdout] test src/lib.rs - Executor<'a>::run (line 557) ... ok
[INFO] [stdout] test src/lib.rs - block_on (line 142) ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::merge_futures (line 252) ... ok
[INFO] [stdout] test src/lib.rs - Executor (line 326) ... ok
[INFO] [stdout] test src/concurrency.rs - concurrency::merge_streams (line 340) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c", kill_on_drop: false }`
[INFO] [stdout] aaaee493e5ee89d2b14846f69f7bcb9f4873ba4731abf0efcc7a8caa98bb797c
